@font-face {
  font-family: Montserrat;
  font-weight: normal;
  src: url("../fonts/Montserrat-Regular.woff") format("woff");
}

@font-face {
  font-family: Montserrat;
  font-weight: 500;
  src: url("../fonts/Montserrat-Medium.woff") format("woff");
}

@font-face {
  font-family: Montserrat;
  font-weight: bold;
  src: url("../fonts/Montserrat-Bold.woff") format("woff");
}

@font-face {
  font-family: Montserrat;
  font-weight: 900;
  src: url("../fonts/Montserrat-Black.woff") format("woff");
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, input, select, textarea, button {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-value {
  background: none;
  color: #000;
}

select::-ms-expand {
  display: none;
}

input::-webkit-input-placeholder {
  opacity: 1;
  color: inherit;
}

input::-moz-placeholder {
  opacity: 1;
  color: inherit;
}

input:-ms-input-placeholder {
  opacity: 1;
  color: inherit;
}

input::-ms-input-placeholder {
  opacity: 1;
  color: inherit;
}

input::placeholder {
  opacity: 1;
  color: inherit;
}

input:-ms-input-placeholder {
  color: #fff !important;
}

input,
button,
textarea,
select,
a,
option {
  font: inherit;
  outline: none;
  margin: 0;
  padding: 0;
}

img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}

*:focus-visible {
  outline: none;
}

p, h1, h2, h3, h4, h5, h6 {
  width: 100%;
}

label.error {
  display: none !important;
}

input.error {
  border: 2px solid red;
}

body {
  width: 100%;
  height: auto;
  font-size: 15px;
  font-family: Montserrat, sans-serif;
  font-weight: normal;
  background: #212731;
}

.site__wrapper {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
}

.container {
  width: 1260px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}

.site__header {
  width: 100%;
  height: 975px;
  background-image: url(../img/header-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom 0px;
  position: relative;
  z-index: 2;
}

.site__header:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(33, 39, 49, 0.8);
  position: absolute;
  top: 0;
  left: 0;
}

.header__wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1;
}

.header__boots {
  position: absolute;
  top: 220px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 968px;
  z-index: -1;
}

.header__dots {
  position: absolute;
  top: 575px;
  left: -620px;
}

.dots__yellow {
  width: 1000px;
  height: 8px;
  border-bottom: 8px dotted #F7FB39;
}

.header__logo {
  margin-bottom: 30px;
}

.header__title {
  font-weight: 900;
  font-size: 50px;
  line-height: 1.5;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 78px;
}

.blue {
  color: #7FE8FF;
}

.header__content {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header__text {
  width: 300px;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.67;
  color: #FFFFFF;
}

.header__right {
  padding-top: 50px;
  width: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.header__price {
  width: auto;
  margin-bottom: 30px;
}

.price {
  width: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.old__price {
  font-weight: bold;
  font-size: 30px;
  line-height: 1.2;
  text-decoration: line-through;
  color: #FFFFFF;
}

.new__price {
  font-weight: bold;
  font-size: 50px;
  line-height: 1.2;
  color: #F7FB39;
}

.header__order-btn {
  width: 300px;
  height: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #F7FB39;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 30px;
  border-radius: 30px;
  font-weight: bold;
  font-size: 18px;
  line-height: 1;
  color: #212731;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  overflow: hidden;
}

.header__order-btn:hover {
  background: #fad400;
}

.line__wrapper {
  width: 2700px;
  height: 565px;
  position: absolute;
  bottom: -225px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.line {
  width: 2700px;
  height: 150px;
  position: absolute;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.line span {
  font-weight: 900;
  font-size: 64px;
  line-height: 1;
  padding: 0 10px 0 20px;
}

.line__white {
  top: 150px;
  -webkit-transform: rotate(8deg);
  -ms-transform: rotate(8deg);
  transform: rotate(8deg);
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.line__white span {
  color: #212731;
  border-left: 15px solid #212731;
}

.line__blue {
  top: 235px;
  background: #80E8FF;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  -webkit-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  transform: rotate(-5deg);
}

.line__blue span {
  color: #FFFFFF;
  border-left: 15px solid #FFFFFF;
}

.site__main {
  width: 100%;
  height: auto;
}

.advantage__section {
  width: 100%;
  height: auto;
}

.advantage__wrapper {
  width: 100%;
  height: auto;
  padding-top: 264px;
  padding-bottom: 150px;
  position: relative;
  z-index: 1;
}

.advantage__wrapper:before {
  content: "";
  width: 700px;
  height: 1016px;
  background: -o-radial-gradient(50% 50%, 50% 50%, #3D4F6D 0%, rgba(61, 79, 109, 0) 100%);
  background: radial-gradient(50% 50% at 50% 50%, #3D4F6D 0%, rgba(61, 79, 109, 0) 100%);
  position: absolute;
  top: -40px;
  left: -570px;
  z-index: -1;
}

.advantage__wrapper:after {
  content: "";
  width: 1066px;
  height: 700px;
  background: -o-radial-gradient(50% 50%, 50% 50%, #3D4F6D 0%, rgba(61, 79, 109, 0) 100%);
  background: radial-gradient(50% 50% at 50% 50%, #3D4F6D 0%, rgba(61, 79, 109, 0) 100%);
  position: absolute;
  top: -300px;
  right: -580px;
  z-index: -1;
}

.advantages {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.advantage {
  width: 300px;
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(38, 50, 70, 0.8)), to(rgba(61, 79, 109, 0.8)));
  background: -o-linear-gradient(top, rgba(38, 50, 70, 0.8) 0%, rgba(61, 79, 109, 0.8) 100%);
  background: linear-gradient(180deg, rgba(38, 50, 70, 0.8) 0%, rgba(61, 79, 109, 0.8) 100%);
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5);
  padding: 45px 20px;
}

.advantage__logo {
  margin-bottom: 10px;
}

.advantage__title {
  font-weight: bold;
  font-size: 22px;
  line-height: 1.2;
  text-align: center;
  color: #80E8FF;
  margin-bottom: 10px;
}

.advantage__text {
  font-weight: normal;
  font-size: 18px;
  line-height: 1.67;
  text-align: center;
  color: #FFFFFF;
  padding: 0;
}

.info__section {
  width: 100%;
  height: auto;
}

.info__wrapper {
  width: 100%;
  height: auto;
  padding-bottom: 180px;
  position: relative;
  z-index: 1;
}

.info__wrapper:before {
  content: "";
  width: 1920px;
  height: 1280px;
  background-image: url(../img/info-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 200px;
  left: 300px;
  z-index: -1;
}

.info__title {
  width: 70%;
  padding: 0 20px;
  font-weight: 900;
  font-size: 48px;
  line-height: 1.3;
  text-transform: uppercase;
  color: #FFFFFF;
  position: relative;
  margin-bottom: 100px;
}

.info__dots {
  width: 1000px;
  height: 8px;
  border-bottom: 8px dotted #80E8FF;
  position: absolute;
  right: -1000px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.info__img-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 180px;
}

.info__img-1 {
  display: block;
  width: 500px;
  height: auto;
  margin-left: -100px;
  margin-right: 150px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.info__img-right {
  width: auto;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.info__img-text {
  width: 500px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  margin-bottom: 100px;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.67;
  color: #FFFFFF;
}

.info__img-dots {
  position: absolute;
  top: 210px;
  left: 20px;
}

.info__img-2 {
  width: 350px;
  height: auto;
  display: block;
  margin-left: -150px;
}

.info__block-left {
  width: 500px;
  height: auto;
  position: relative;
}

.info__boots {
  position: absolute;
  top: 100px;
  right: -850px;
}

.info__block-text {
  font-weight: normal;
  font-size: 18px;
  line-height: 1.67;
  color: #FFFFFF;
  margin-bottom: 50px;
}

.info__price {
  width: auto;
  margin-bottom: 30px;
}

.info__price .price {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.discount__info {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2;
  color: #FFFFFF;
  margin-top: 30px;
}

.discount__info span {
  font-weight: bold;
}

.galary__section {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
}

.galary__wrapper {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.galary__title {
  display: inline-block;
  width: auto;
  padding: 0;
  margin-bottom: 0;
  margin-right: 22vw;
  text-align: right;
}

.galary__title .info__dots {
  right: -1060px;
}

.galary {
  width: -webkit-calc(100% - 40px);
  width: calc(100% - 40px);
  max-width: 1730px;
  height: auto;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: -70px;
  margin-bottom: 130px;
}

.galary__item {
  height: auto;
  border: 20px solid #212731;
  position: relative;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.galary__item img {
  pointer-events: auto;
  display: block;
  width: 100%;
}

.galary__item:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  z-index: 3;
}

.galary__item-1 {
  width: 285px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin-top: 100px;
  margin-left: -20px;
}

.galary__item-2 {
  width: 340px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin-top: 50px;
  margin-left: -20px;
  z-index: 1;
}

.galary__item-3 {
  width: 440px;
  margin-bottom: 40px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin-left: -70px;
}

.galary__item-4 {
  width: 285px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  margin-left: -20px;
}

.galary__item-5 {
  width: 285px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  margin-left: -20px;
  margin-bottom: 90px;
}

.galary__item-6 {
  width: 285px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  margin-left: -20px;
  margin-bottom: 50px;
}

.card__section {
  width: 100%;
  height: auto;
  padding-bottom: 350px;
}

.card__section .info__title {
  padding-left: 0;
}

.card__section .container {
  width: 1200px;
}

.card__wrapper {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}

.card__wrapper:before {
  content: "";
  width: 1920px;
  height: 1280px;
  background-image: url(../img/info-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: -225px;
  left: -1100px;
}

.card__wrapper:after {
  content: "";
  width: 1920px;
  height: 1280px;
  background-image: url(../img/info-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  bottom: -110px;
  right: -1520px;
  z-index: -1;
}

.card__line-wrapper {
  bottom: -300px;
}

.card {
  width: 100%;
  height: auto;
  margin-bottom: 50px;
  background-image: url(../img/card-bg.jpg);
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5);
}

.card__3 {
  margin-bottom: 0px;
}

.card__left {
  width: 60%;
  height: auto;
  padding: 50px 0 50px 50px;
}

.card__left-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}

.card__discont {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #FFFFFF;
}

.card__discont span {
  color: #F7FB39;
}

.card__galary {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.card__galary-item {
  width: 100%;
  height: auto;
}

.card__galary-item img {
  pointer-events: auto;
}

.card__fotos {
  width: 100%;
  height: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.card__foto {
  width: 150px;
  height: auto;
  cursor: pointer;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.card__foto.active:before {
  content: "";
  width: 100%;
  height: 8px;
  background-color: #80E8FF;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.card__foto img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.card__foto:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.card__right {
  width: 40%;
  height: auto;
  padding: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.card__title {
  font-weight: bold;
  font-size: 30px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #FFFFFF;
}

.card__price {
  width: 100%;
}

.card__price .price {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.card__price .old__price {
  color: #3D4F6D;
  margin-right: 20px;
}

.card__table {
  font-weight: normal;
  font-size: 18px;
  line-height: 1.67;
  color: #FFFFFF;
}

.card__table-first {
  padding-right: 20px;
}

.card__size-btns {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.card__size-btn {
  width: 50px;
  height: 50px;
  border: 2px solid #80E8FF;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  padding: 5px 0;
  overflow: hidden;
}

.card__size-btn.active {
  background: #80E8FF;
  color: #263246;
}

.card__size-btn.active .card__size {
  color: #263246;
  font-weight: bold;
}

.card__size-btn.active .card__size-info {
  font-size: 12px;
  color: #263246;
  font-weight: bold;
  display: inline-block;
}

.card__size-btn:hover {
  background: #80E8FF;
}

.card__size-btn:hover .card__size {
  color: #263246;
}

.card__size {
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  color: #80E8FF;
}

.card__size-info {
  display: none;
}

.card__form {
  width: 100%;
  height: auto;
}

.card__form .header__order-btn {
  width: 100%;
}

.card__form .discount__info {
  font-weight: 500;
  font-size: 14px;
  margin-top: 20px;
}

.card__input-wrapper {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}

.card__input {
  width: 100%;
  height: 50px;
  text-align: center;
  border: 1px solid #FFFFFF;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  background: transparent;
  border: 1px solid #FFFFFF;
  border-radius: 30px;
  font-weight: normal;
  font-size: 18px;
  line-height: 1;
  color: #FFFFFF;
  padding: 0 10px;
}

.card__input:focus {
  border: 2px solid #F7FB39;
  color: #F7FB39;
}

.site__footer {
  width: 100%;
  height: auto;
  background-image: url(../img/header-bg.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center bottom 98px;
  position: relative;
}

.site__footer:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(33, 39, 49, 0.9);
}

.site__footer:after {
  content: "";
  width: 100%;
  height: 440px;
  position: absolute;
  top: 50px;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#212731), to(rgba(33, 39, 49, 0)));
  background: -o-linear-gradient(top, #212731 0%, rgba(33, 39, 49, 0) 100%);
  background: linear-gradient(180deg, #212731 0%, rgba(33, 39, 49, 0) 100%);
}

.footer__wrapper {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  padding-bottom: 200px;
}

.footer__wrapper .advantages {
  margin-bottom: 150px;
}

.footer__info-text {
  font-weight: normal;
  font-size: 18px;
  line-height: 1.67;
  color: #FFFFFF;
  padding-left: 20px;
  width: 770px;
  margin-bottom: 100px;
}

.footer__block {
  width: 710px;
  height: 100%;
  padding-left: 20px;
  position: relative;
}

.footer__title {
  line-height: 1.5;
  margin-bottom: 50px;
  width: 100%;
  padding: 0;
  font-size: 40px;
}

.footer__title .info__dots {
  left: -1030px;
  top: 32px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.footer__gradient {
  width: 700px;
  height: 1016px;
  background: -o-radial-gradient(50% 50%, 50% 50%, #3D4F6D 0%, rgba(61, 79, 109, 0) 100%);
  background: radial-gradient(50% 50% at 50% 50%, #3D4F6D 0%, rgba(61, 79, 109, 0) 100%);
  position: absolute;
  top: -300px;
  right: -800px;
  z-index: -1;
}

.footer__boot {
  position: absolute;
  top: -170px;
  right: -555px;
}

.footer__price {
  margin-bottom: 30px;
}

.footer__price .price {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer__discount-info {
  display: none;
}

.footer__line {
  width: 100vw;
  height: 100px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #0F141E;
}

.footer__line-wrapper {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer__line-wrapper .discount__info {
  margin-top: 0;
  padding-left: 20px;
}

.footer__logo {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
}

@media (max-width: 1680px) {
  .galary__title {
    margin-right: 18vw;
  }
}

@media (max-width: 1440px) {
  .container {
    width: 1000px;
  }
  .header__boots {
    top: 260px;
    margin-left: -16px;
    width: 720px;
  }
  .site__header {
    height: 920px;
  }
  .advantage {
    width: 240px;
  }
  .info__img-1 {
    width: 450px;
    margin-right: 100px;
  }
  .info__img-text {
    width: 460px;
    margin-bottom: 70px;
  }
  .info__img-2 {
    margin-left: -100px;
  }
  .info__img-dots {
    top: 208px;
    left: 50px;
    width: 300px;
  }
  .info__img-block {
    margin-bottom: 90px;
  }
  .info__boots {
    top: 70px;
    right: -630px;
    width: 720px;
  }
  .galary__title {
    margin-right: 14vw;
  }
  .footer__boot {
    right: -310px;
  }
}

@media (max-width: 1280px) {
  .galary__title {
    margin-right: 10vw;
  }
  .galary__title .info__dots {
    right: -1030px;
  }
  .card__section .container {
    width: 1000px;
  }
  .card__left {
    width: 55%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .card__right {
    width: 45%;
  }
  .card__table {
    margin-bottom: 15px;
  }
  .card__size-btns {
    margin-bottom: 15px;
  }
  .card__discont {
    width: 300px;
    text-align: center;
  }
  .card__fotos {
    height: 83px;
  }
}

@media (max-width: 1080px) {
  .galary__title {
    margin-right: 7vw;
  }
}

@media (max-width: 1000px) {
  .container {
    width: 800px;
  }
  .header__title {
    font-size: 40px;
  }
  .header__text {
    display: none;
  }
  .header__content {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .header__boots {
    left: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    margin-left: -110px;
  }
  .header__dots {
    left: -875px;
  }
  .advantages {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .advantage {
    width: 100%;
    margin-bottom: 20px;
  }
  .advantage:last-of-type {
    margin-bottom: 0;
  }
  .advantage__wrapper {
    padding-top: 150px;
    padding-bottom: 100px;
  }
  .advantage__wrapper:before {
    width: 739px;
    height: 1072px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -500px;
  }
  .advantage__wrapper:after {
    width: 760px;
    height: 500px;
    top: -150px;
    right: -300px;
  }
  .info__img-1 {
    width: 350px;
    margin-right: 50px;
    margin-left: -50px;
  }
  .info__img-text {
    width: 400px;
    margin-bottom: 50px;
  }
  .info__img-2 {
    margin-left: -50px;
  }
  .info__img-2 {
    width: 260px;
  }
  .info__img-dots {
    top: 170px;
    left: 75px;
    width: 250px;
  }
  .info__boots {
    top: 95px;
    right: -435px;
    width: 575px;
  }
  .galary__wrapper {
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
    margin: auto;
  }
  .galary__title {
    display: block;
    width: 100%;
    text-align: center;
    margin: auto;
    margin-bottom: 80px;
  }
  .galary__title .info__dots {
    width: 8px;
    height: 40px;
    border-left: 8px dotted #80E8FF;
    right: 50%;
    top: auto;
    bottom: -50px;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
  }
  .galary {
    width: 100%;
    max-width: 100%;
    margin: 0;
    margin-left: -20px;
    margin-bottom: 50px;
  }
  .galary__item {
    width: auto;
    height: auto;
    border: none;
    margin: 0;
  }
  .galary__item:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .owl-dots {
    margin-top: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .owl-dots button {
    width: 8px;
    height: 8px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background: #FFFFFF !important;
    margin-right: 8px;
  }
  .owl-dots button span {
    display: none;
  }
  .owl-dots button:last-child {
    margin-right: 0;
  }
  .owl-dots button.active {
    background: #80E8FF !important;
  }
  .card__section .container {
    width: 100%;
  }
  .card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-image: url(../img/card-mobile-bg.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
  }
  .card__left {
    padding: 90px 20px 20px;
    width: 100%;
  }
  .card__left-header {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: auto;
    margin-top: 20px;
  }
  .card__fotos {
    height: auto;
  }
  .card__foto {
    width: 23%;
    max-width: 195px;
  }
  .card__discont {
    width: 100%;
    text-align: center;
  }
  .card__galary {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .card__fotos {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .card__logo {
    position: absolute;
    left: 50%;
    top: 30px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .card__right {
    padding: 0 20px 30px;
    width: 100%;
    max-width: 414px;
  }
  .card__form .discount__info {
    text-align: center;
  }
  .card__title {
    text-align: center;
    margin-bottom: 10px;
  }
  .card__price {
    margin-bottom: 18px;
  }
  .card__price .price {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .card__table {
    margin-bottom: 20px;
  }
  .card__size-btns {
    margin-bottom: 20px;
  }
  .card__line-wrapper {
    bottom: -355px;
  }
  .site__footer:after {
    content: "";
    width: 100%;
    height: 440px;
    position: absolute;
    top: auto;
    bottom: 380px;
    left: 0;
  }
  .footer__boot {
    top: -90px;
    width: 400px;
    right: -160px;
  }
  .footer__gradient {
    top: -300px;
    right: -470px;
  }
  .footer__line-wrapper .discount__info {
    display: none;
  }
  .footer__discount-info {
    display: block;
  }
  .footer__wrapper:before, .footer__wrapper:after {
    content: "";
    width: 739px;
    height: 1072px;
    background: -o-radial-gradient(50% 50%, 50% 50%, #3D4F6D 0%, rgba(61, 79, 109, 0) 100%);
    background: radial-gradient(50% 50% at 50% 50%, #3D4F6D 0%, rgba(61, 79, 109, 0) 100%);
    position: absolute;
    z-index: -1;
  }
  .footer__wrapper:before {
    top: -139px;
    left: -60px;
  }
  .footer__wrapper:after {
    top: 600px;
    left: -300px;
  }
}

@media (max-width: 800px) {
  .container {
    width: 700px;
  }
  .site__header {
    height: auto;
  }
  .header__wrapper {
    padding-bottom: 175px;
  }
  .header__title {
    font-size: 36px;
  }
  .header__boots {
    width: 640px;
  }
  .header__dots {
    top: 542px;
  }
  .line__wrapper {
    width: 1537px;
    height: 248px;
    bottom: -100px;
  }
  .line {
    width: 1535px;
    height: 80px;
  }
  .line span {
    font-size: 36px;
    padding: 0 10px 0 13px;
  }
  .line__white {
    top: 50px;
    -webkit-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  .line__white span {
    border-left: 8px solid #212731;
  }
  .line__blue {
    top: 110px;
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  .line__blue span {
    border-left: 8px solid #FFFFFF;
  }
  .info__title {
    width: 100%;
    padding: 0;
    font-size: 38px;
    text-align: center;
    margin-bottom: 80px;
  }
  .info__dots {
    width: 8px;
    height: 40px;
    border-left: 8px dotted #80E8FF;
    right: 50%;
    top: auto;
    bottom: -50px;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
  }
  .info__img-block {
    margin-bottom: 90px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .info__img-1 {
    width: 100%;
    margin: 0px;
    margin-bottom: 30px;
  }
  .info__img-text {
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
  }
  .info__img-2 {
    width: 350px;
    margin: 0;
  }
  .info__img-dots {
    top: 110px;
    left: 160px;
    width: 300px;
  }
  .info__img-block {
    margin-bottom: 30px;
  }
  .info__block-left {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .info__block-text {
    text-align: center;
    margin-bottom: 30px;
  }
  .info__boots {
    position: static;
    top: auto;
    right: auto;
    width: 100%;
    margin-bottom: 30px;
  }
  .info__price {
    width: 300px;
    margin-bottom: 20px;
  }
  .info__price .price {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
  .discount__info {
    text-align: center;
  }
  .info__wrapper {
    padding-bottom: 50px;
  }
  .info__wrapper:before {
    width: 739px;
    height: 1072px;
    background: -o-radial-gradient(50% 50%, 50% 50%, #3D4F6D 0%, rgba(61, 79, 109, 0) 100%);
    background: radial-gradient(50% 50% at 50% 50%, #3D4F6D 0%, rgba(61, 79, 109, 0) 100%);
    top: 100px;
    left: auto;
    right: -50px;
  }
  .info__wrapper:after {
    content: "";
    width: 739px;
    height: 1072px;
    position: absolute;
    background: -o-radial-gradient(50% 50%, 50% 50%, #3D4F6D 0%, rgba(61, 79, 109, 0) 100%);
    background: radial-gradient(50% 50% at 50% 50%, #3D4F6D 0%, rgba(61, 79, 109, 0) 100%);
    bottom: -384px;
    left: -80px;
    z-index: -1;
  }
  .card__section {
    width: 100%;
    height: auto;
    padding-bottom: 180px;
  }
  .card__line-wrapper {
    bottom: -170px;
  }
  .site__footer {
    background-size: 1500px;
    background-position: left -311px bottom 10px;
    z-index: 1;
  }
  .site__footer:after {
    bottom: 613px;
  }
  .footer__info-text {
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
  }
  .footer__wrapper .advantages {
    margin-bottom: 50px;
  }
  .footer__block {
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer__boot {
    position: static;
    margin-top: -50px;
    margin-bottom: -50px;
  }
  .footer__wrapper {
    padding-bottom: 150px;
  }
  .footer__title {
    margin-bottom: 0;
  }
  .footer__title .info__dots {
    display: none;
  }
  .footer__price {
    margin-bottom: 20px;
    width: 300px;
  }
  .footer__price .price {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .footer__discount-info {
    margin-top: 20px;
  }
  .footer__doots {
    width: 8px;
    height: 40px;
    margin-bottom: 10px;
    border-left: 8px dotted #F7FB39;
  }
  .footer__gradient {
    width: 343px;
    height: 498px;
    top: auto;
    bottom: 369px;
    right: -20px;
  }
  .footer__block {
    width: 100%;
  }
}

@media (max-width: 700px) {
  .container {
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
  }
  .header__logo {
    margin-bottom: 50px;
  }
  .header__boots {
    position: static;
    width: 120vw;
    left: auto;
    top: auto;
    margin: 0;
    margin-top: 0;
  }
  .header__title {
    margin-bottom: 0;
  }
  .header__dots {
    position: static;
    width: 8px;
    height: 40px;
    border-left: 8px dotted #F7FB39;
    margin-top: -5vw;
  }
  .header__content {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .header__right {
    padding-top: 10px;
  }
  .header__price {
    width: 100%;
    margin-bottom: 20px;
  }
  .price {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
}

@media (max-width: 480px) {
  .header__boots {
    width: 160vw;
  }
  .header__title {
    font-size: 7vw;
  }
  .advantages {
    max-width: 300px;
    margin: auto;
  }
  .advantage__wrapper {
    padding-top: 100px;
    padding-bottom: 50px;
  }
  .info__title {
    font-size: 7vw;
  }
  .info__img-1 {
    width: 94%;
    margin-left: -20px;
  }
  .info__img-dots {
    display: none;
  }
  .info__img-2 {
    display: block;
    width: 94%;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin-right: -20px;
    max-width: 350px;
  }
  .info__boots {
    display: none;
  }
  .info__img-text {
    font-size: 4.2vw;
  }
  .info__block-text {
    font-size: 4.2vw;
  }
  .discount__info {
    font-size: 4.2vw;
  }
  .card {
    margin-bottom: 30px;
  }
  .card:last-child {
    margin-bottom: 0;
  }
  .card__fotos {
    width: -webkit-calc(100% - 100px);
    width: calc(100% - 100px);
    margin: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -20px;
  }
  .card__left {
    padding: 90px 0px 20px;
    width: 100%;
  }
  .card__foto {
    width: -webkit-calc(50% - 10px);
    width: calc(50% - 10px);
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-bottom: 20px;
  }
  .card__discont {
    width: 67%;
    text-align: center;
  }
  .footer__boot {
    margin-top: -10vw;
    margin-bottom: -10vw;
    width: 90%;
  }
  .footer__gradient {
    bottom: 60vw;
    right: -50px;
  }
  .header__right {
    width: 100%;
    align-items: center;
  }
  .old__price {
    font-size: 7vw;
  }
  .new__price {
    font-size: 11vw;
  }
  .footer__price, .info__price {
    width: 100%;
  }
}

@media (max-width: 414px) {
  .header__logo {
    margin-bottom: 11vw;
  }
  .header__wrapper {
    padding-bottom: 37vw;
  }
  .site__header {
    background-size: 1500px;
    background-position: left -320px bottom;
  }
  .card__fotos {
    width: -webkit-calc(100% - 22vw);
    width: calc(100% - 22vw);
  }
  .card__table {
    font-size: 4.5vw;
  }
 
}

@media (max-width: 360px) {
  .card__size-btn {
    width: 45px;
    height: 45px;
  }
}

@media (max-width: 320px) {
  .header__order-btn {
    width: 280px;
  }
  /* .old__price {
    font-size: 28px;
  }
  .new__price {
    font-size: 44px;
  } */
}
